{"type":"object","description":"Provision Apple Wallet request body.\n","required":["certificates","deviceType","nonce","nonceSignature","provisioningAppVersion"],"properties":{"certificates":{"type":"array","items":{"type":"string"},"minItems":1,"description":"An array of Base64-encoded certificates provided by Apple.\nThe first element must be the leaf certificate, followed by any subordinate CA certificates, in order.\n"},"deviceType":{"type":"string","enum":["MOBILE_PHONE","TABLET","WATCH"],"description":"Type of device where the digital wallet token will be provisioned."},"nonce":{"type":"string","description":"A one-time-use, Base64-encoded nonce provided by Apple for security purposes."},"nonceSignature":{"type":"string","description":"A Base64-encoded signature of the nonce."},"provisioningAppVersion":{"type":"string","minLength":1,"maxLength":50,"description":"Version of the application initiating the provisioning request."}}}